net/http.http2chunkWriter.rws (field)

15 uses

	net/http (current package)
		h2_bundle.go#L5877: 	rw := &http2responseWriter{rws: rws}
		h2_bundle.go#L5885: 		rw.rws.stream.cancelCtx()
		h2_bundle.go#L5889: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L5890: 				stream: rw.rws.stream,
		h2_bundle.go#L6078: 	rws *http2responseWriterState
		h2_bundle.go#L6311: 	rws := w.rws
		h2_bundle.go#L6330: 	rws := w.rws
		h2_bundle.go#L6350: 	rws := w.rws
		h2_bundle.go#L6379: 	rws := w.rws
		h2_bundle.go#L6425: 	rws := w.rws
		h2_bundle.go#L6449: 	rws := w.rws
		h2_bundle.go#L6453: 	w.rws = nil
		h2_bundle.go#L6474: 	st := w.rws.stream
		h2_bundle.go#L6496: 	if w.rws.req.TLS != nil {
		h2_bundle.go#L6510: 		u.Host = w.rws.req.Host